home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000261_news@columbia.edu _Wed Feb 7 10:15:15 2001.msg < prev    next >
Internet Message Format  |  2001-03-05  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA14984
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 7 Feb 2001 10:15:14 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23805
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 7 Feb 2001 10:15:14 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA01897
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 7 Feb 2001 10:11:24 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: More Kermit
  14. Date: 7 Feb 2001 15:11:23 GMT
  15. Organization: Columbia University
  16. Message-ID: <95roir$1r6$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <95r8va$394$1@nnrp1.deja.com>,
  20. Piyush Avichal  <pa@it.singer-friedlander.com> wrote:
  21. : Does anyone know how I can get INPUT to detect a blank line.
  22. : Usually its used to detect a prompt etc. But what if there
  23. : is no prompt or text to detect?
  24. : I have tried INPUT 5 {} and INPUT 5 \13 but it still doesn't
  25. : recognise it and times out.
  26. You have to know exactly what the host is sending.  A blank line could
  27. have many representations.  Like it says in the manual, take a session
  28. log and see what character sequence the host sent, then give an INPUT
  29. command for that sequence.
  30.  
  31. Or you can use C-Kermit 7.1 (now in Alpha test):
  32.  
  33.   http://www.columbia.edu/kermit/ck71.html
  34.  
  35. to record the script for you:
  36.  
  37.   http://www.columbia.edu/kermit/ckermit3.html#x8.11
  38.  
  39. - Frank
  40. ated
  41. : by the line "a network connection might still be open":
  42. Right, so give a "close" command to close it when you're done with it,
  43. and/or tell Kermit to "set exit warning off".
  44.  
  45. As to why Kermit seems to be trying to execute your command file in at the
  46. "OK to close?" prompt, I would have to understand the entire procedure.
  47. How did you invoke Kermit and what commands did you give to it?
  48.  
  49. Either you're doing something wrong, or there's a bug in 7.1 Alpha.02.
  50. What happens if you run the same procedure with 7.0?
  51.  
  52. - Frank
  53.